home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dhelpads.zip / DHELP.DOC < prev    next >
Text File  |  1992-12-06  |  6KB  |  140 lines

  1.  
  2.  
  3.  
  4.                            Draftsman's Helper Ver 1.0
  5.                                 
  6.                               By: Joe Thompson
  7.                                   8-2-92
  8.                               
  9.                          Compuserve ID: 71321,1177
  10.                          
  11.                      EET BBS Fido-net address 1:116/24        
  12.  
  13.                                 615-325-7800
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                         Disclaimer and limit of liability
  21.  
  22.           Joe Thompson makes no warranty of any kind, either express 
  23.           or implied, including but not limited to implied warranties
  24.           of merchantability  and  fitness for a particular  purpose, 
  25.           with respect to this software.
  26.         
  27.           In no event shall  Joe Thompson  be  liable for any damages
  28.           (including damages for loss of business profits, business
  29.           interruption, or loss of business information) arising out of
  30.           the use of this software.
  31.  
  32.  
  33.  
  34.                                 Summary
  35.  
  36.           The Drartsman's Helper is an Autocad ADS program that
  37.           draws several types of geometry including ANSI geometric
  38.           tolerancing symbols, drilled holes, tapped holes, counter-
  39.           bored holes, cap screws, flathead screws, and button head
  40.           screws. The Geometric symbols are stored as blocks in a 
  41.           single drawing and xrefed in as needed. The other objects
  42.           are parametricaly draw as required. This system is highly
  43.           user customizable. All parametricaly drawn objects get
  44.           their required data  from an ascii file stored in your 
  45.           Autocad path. This file may be edited with new elements
  46.           added or deleted and old ones changed to any size required.
  47.           The program uses the autocad rel 12 dialog interface to 
  48.           present the elements with slides and scrolling menus. The 
  49.           user may add blocks to the drawing DHELPDAT.dwg and these
  50.           will automaticaly become part of the program the next time
  51.           it runs. This means that the user may add as many blocks
  52.           to the file as he needs to and the next time DHELP is run
  53.           these blocks will appear in the list box for selection and
  54.           insertion into the current drawing. 
  55.  
  56.           Caution! DHELP may not be ran from the drawing file DHELPDAT
  57.           because of the nature of how XREF's work.
  58.         
  59.           There is also a radio button on the main DHELP dialog that
  60.           is labeled User blocks. This is a whole section of the 
  61.           program alloted for only user defined blocks. The only 
  62.           restrictions are that all blocks be inside DHELPDAT and that
  63.           the first three letters of the block name be USR. If you
  64.           wish to add geometric symbols the first three letter of your
  65.           symbols must be GEO.
  66.  
  67.           This program uses extended data to retain its current position
  68.           in the menu system. This is completely transparent to the user
  69.           and translates to any time the program starts it takes you
  70.           back to  exactly where you were when you last left the program
  71.           this counts from drawing session to drawing session to. So if
  72.           you are somewhere deep in a list, draw the component and exit,
  73.           and then exit the drawing, when you come back if it is the next
  74.           day or the next year when you start DHELP you will be in the
  75.           same position as you were when you last left.
  76.  
  77.           I have also included a utility for generating slides from 
  78.           blocks it is called
  79.  
  80.                                 compile_slides
  81.  
  82.          it is inside dhelp.exp and can be invoked by typing its name.
  83.          The utility only works on blocks but seems to do a fair job
  84.          of building slide libraries. The program deletes all non-block
  85.          objects in the drawing before it begins it then freezes all
  86.          objects , copies 1  block to a non frozen layer, finds the bounds
  87.          of the block zooms in on it and makes a slide. This process is
  88.          repeated for all blocks in the drawing. This program was developed
  89.          primarily to work with DHELP but it can be used for other things.
  90.  
  91.          I have included two sample blocks in the drawing DHELPDAT as a 
  92.          guide to how additional blocks may be added in the USER 
  93.          category.
  94.          
  95.          The process is fairly simple to add blocks and their corresponding
  96.          slides to the DHELP program. The process is this:
  97.  
  98.           1. Create a new block in the drawing DHELPDAT. This new block
  99.             may be anything the user wishes. (Multiple blocks may be
  100.             developed and processed at one time).
  101.  
  102.           2. Make sure that SLIDELIB.EXE is in the DOS path.
  103.  
  104.           3. Run the compile_slides sub-program to build a slide library
  105.             of all new and current blocks.
  106.  
  107.           4. End the DHELPDAT drawing.
  108.  
  109.           5.  Copy all files DHELPDAT.DWG, DHELP.SLB, DHELP.DAT, DHELP.DCL
  110.            somewhere into your Autocad path.
  111.  
  112.           6. Open a new drawing or edit an existing drawing and your
  113.           new slides and blocks should be available inside the program.
  114.  
  115.  
  116.                                 Requirements
  117.  
  118.           This program requires Autocad rel 12 or above.
  119.  
  120.  
  121.                                Installation
  122.  
  123.           To begin the program it must first be loaded into Autocad.
  124.           This is accomplished by typing the Autolisp command:
  125.  
  126.                                 (xload "DHELP")
  127.  
  128.           This command is required only once per Autocad drawing session.
  129.           Once the program is loaded it can be ran by typing:
  130.  
  131.                                      DHELP
  132.  
  133.           The program may be loaded automaticaly at startup by making
  134.           the following modifications to your ACAD.ADS file.
  135.  
  136.                                    DHELP
  137.                          
  138.           If you do not have an ACAD.ADS file a simple ASCII text file
  139.           with the above line will do fine.
  140.